<script>on mouseUpif the value of the clickLine is not empty thenglobal buttonNameput bg fld "Chapter" into buttonNameselect the clickLineput the value of the clickLine into goRecipelock screenplay "flute" "c"go cd goRecipeunlock screen with visual effect wipe rightend ifend mouseUp</script>
</part>
<part>
<id>7</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>210</left>
<top>306</top>
<right>343</right>
<bottom>328</bottom>
</rect>
<style>radiobutton</style>
<showName> <true /> </showName>
<highlight> <true /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>outline</textStyle>
<textStyle>bold</textStyle>
<name>Table of Contents</name>
<script>on mouseUplock screenplay "flute" "c"go cd "Table of Contents"unlock screen with visual effect wipe leftend mouseUp</script>
</part>
<part>
<id>12</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>80</left>
<top>73</top>
<right>130</right>
<bottom>88</bottom>
</rect>
<style>rectangle</style>
<showName> <true /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>9</textSize>
<textStyle>bold</textStyle>
<name>Arrange</name>
<script>on mouseUpplay "harpsichord" "e"if number of lines of bg fld "Recipes List" < 2 thenanswer "Not enough recipes to arrange!"exit mouseUpend iflock screenput bg fld "Recipes List" into bg fld "Recipes List" of cd "Arrange Chapter"set the name of bg button id 3 of cd "Arrange Chapter" to the short name of this cdgo cd "Arrange Chapter"end mouseUp</script>